Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/

Flappy Bird main.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/Flappy Bird main.png
227 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/app.js
270 Views
0 Comments
document.addEventListener('DOMContentLoaded' , () => {
const bird = document.querySelector('.bird')
const gameDisplay =
bird2.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/bird2.png
227 Views
0 Comments
Media file
bottom-background.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/bottom-background.png
284 Views
0 Comments
Media file
download.jpg /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/download.jpg
215 Views
0 Comments
Media file
fb-game-background.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/fb-game-background.png
251 Views
0 Comments
Media file
flappy-bird.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/flappy-bird.png
271 Views
0 Comments
Media file
flappybird-pipe.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/flappybird-pipe.png
248 Views
0 Comments
Media file
images.jpg /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/images.jpg
268 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/index.html
587 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flappy Bird</title>
<link rel="sty
style.css /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/style.css
248 Views
0 Comments
body {
display: flex;
}

.game-container {
width: 500px;
height: 730px;
position: absolute;